API Documentation
Public Member Functions | List of all members
nkGraphics::AsyncWorker Class Reference

The async worker available in the engine. More...

Inheritance diagram for nkGraphics::AsyncWorker:

Public Member Functions

 AsyncWorker ()
 
 ~AsyncWorker ()
 
void askForResourceWork (nkTasks::Task *work)
 
void finalizeWork ()
 

Detailed Description

The async worker available in the engine.

It is currently not clear how the async working will be held within the component. Use this API with care as it can move quickly.

Constructor & Destructor Documentation

◆ AsyncWorker()

nkGraphics::AsyncWorker::AsyncWorker ( )

Constructor.

◆ ~AsyncWorker()

nkGraphics::AsyncWorker::~AsyncWorker ( )

Destructor.

Member Function Documentation

◆ askForResourceWork()

void nkGraphics::AsyncWorker::askForResourceWork ( nkTasks::Task work)

WIP.

◆ finalizeWork()

void nkGraphics::AsyncWorker::finalizeWork ( )

WIP.


The documentation for this class was generated from the following file: